
.brand_title h2{
    font-size:20px;
    font-weight:700;
    color:var(--black22);
    margin-bottom:6px;
}
.brand_title span{
    font-size:15px;
    color:var(--gray66);
    font-weight: 400;
    /* font-family:'Noto Sans JP',sans-serif !important; */
}

.imgbox_wrap .imgbox{
    display:flex;
    gap:1px;
}
.imgbox_wrap .imgbox > div{
    flex:2;
    position:relative;
}
.imgbox_wrap .imgbox > div img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
}
.imgbox_wrap .imgbox > ul{
    flex:1;
}
.imgbox_wrap .imgbox > ul > li{
    width:100%;
    height:0;
    padding-bottom:71.6%; /* 66.67*/
    position: relative; 
    margin-bottom:1px;
}
.imgbox_wrap .imgbox > ul > li:last-child{
    margin-bottom:0;
}

.imgbox_wrap .imgbox > ul > li img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    left:0;
    top:0;
}
.imgbox_wrap .imgbox + ol{
    display:flex;
    gap:5px;
    margin:10px 0 5px;
}
.imgbox_wrap .imgbox + ol li{
    padding:3px 6px;
    border:1px solid #ddd;
    border-radius: 20px;
    font-size:14px;
    color:#555;
}

.imgbox_wrap .imgbox.oneImageStyle{
  width:100%;
  aspect-ratio: 16/9;
}

.tabs {
    margin:10px 0 20px;;
    display:flex;
    padding:0;
}
.tabs li{
    flex:1;
    height:35px;
    line-height:35px;
    background:#f5f5f5;
    text-align: center;
    border-right:1px solid #e6e6e6;
}
.tabs li a{
    color:#666;
    font-size:16px;
    font-weight: 600;
    display: block;
}
.tabs li:last-child{
    border-right:0;
}
.tabs li.active{
    background:#222;
}
.tabs li.active a{
    color:#fff;
}


.tag{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.tag span{
  padding:3px 8px;
  border:1px solid #ddd;
  border-radius: 20px;
  font-size:14px;
  color:var(--gray66);
}

.top_btn{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .top_btn button.sort_filter_btn{
    width:auto;
    height:30px;
    padding:4px 38px 4px 6px;
    border:1px solid var(--surfcolor);
    border-radius: 5px;
    font-size:15px;
    color:var(--surfcolor);
    background:url("../images/ico_sort_filter_surf.svg") 94% center no-repeat;
    background-size:21px;
  }
  .top_btn button.sort_filter_btn2{
    width:auto;
    height:30px;
    padding:4px 38px 4px 6px;
    border:1px solid #ddd;
    border-radius: 5px;
    font-size:15px;
    color:#555;
    background:url("../images/ico_filter_cup.jpg") 94% center no-repeat;
    background-size:21px;
  }
  .top_btn button.map_filter_btn{
    width:auto;
    height:30px;
    padding:4px 32px 4px 6px;
    border:1px solid var(--surfcolor);
    border-radius: 5px;
    font-size:15px;
    color:var(--surfcolor);
    background:url(../images/ico-filter-surf.svg) 95% center no-repeat;
    background-size:21px;
  }
  .top_btn button.reset_btn{
      width:30px;
      height:30px;
      padding:4px;
      background:url("../images/ico-refresh-surf.svg") center no-repeat;
      background-size:18px;
  }
  
  
  
  .top_btn button{
    height: 30px;;
    border:1px solid var(--surfcolor);
    border-radius: 5px;
    font-size:14px;
    padding:0 5px 0 30px;
    color:var(--surfcolor);
  }
  .top_btn button.map_btn{
    background:url(../images/ic_map_surf.svg) 6px center no-repeat;
    background-size:17px;
  }
  .top_btn button.list_btn{
    background:url(../images/ic_list_surf.svg) 5px center no-repeat;
    background-size:20px;
  }
  .result_Filter{
    padding:8px 5px;
    background:#f9f9f9;
    width:100%;
    font-size:14px;
    margin-top:5px;
    border-radius: 5px;
    text-align: center;
  }


  .page_top{
    display:flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page_top .map{
    margin-bottom:10px;
  }
  .page_top .map button{  
    height: 30px;
    border:1px solid var(--surfcolor);
    border-radius: 5px;
    font-size:14px;
    padding:0 5px 0 30px;
    color: var(--surfcolor);
 }
 .page_top .map button.map_btn{
  background:url(../images/ic_map_surf.svg) 6px center no-repeat;
  background-size:17px;
 }
 .page_top .map button.list_btn{
  background:url(../images/ic_list_surf.svg) 5px center no-repeat;
  background-size:20px;
 }
/* 브랜드지도맵 슬라이드식당*/


.map_view .tour_wrap{
  width:90%;
  max-width:540px;
  height:auto;
  position:fixed;
  bottom:10px;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
}
.map_view .tour_wrap .swiper-wrapper{
  align-items: flex-end;
}
.tour01 button.book_btn{
  position:absolute;
  bottom:20px;
  right:20px;
}
.tour01 button{
  padding:3px 8px;
  border-radius: 4px;;
  font-size:13px;
  position:absolute;
  right:20px;
  bottom:20px;
}
.tour01 button.reser_btn{
  background: var(--gray99);
  color: var(--whiteff);
}
.tour01 button.reser_btn2,
.tour01 button.location_map{
  background:var(--surfcolor);
  color:var(--whiteff);
}
.tour01 button.location_map{
  text-align: center;
  padding:4px 10px;
  position:static;
}
.location_walk{
  position:static;
  display: flex;
  gap:7px;
  align-items: center;
}
.location_walk span{
  font-size:14px;
  color: var(--gray66);
}
.tour01 button.location_map svg{
  font-size:15px;
}

.tour_wrap .tour01{
  width:96%;
  height:auto;
  padding:30px 20px 20px;    
  box-shadow: 3px 5px 20px rgba(110,110,110,.3);
  border-radius: 5px;
  background:#fff;
  transition:.5s;
  display: flex;
  gap:10px;;
  position:relative;
  left:50%;
  transform:translateX(-50%);
}
.tour_wrap .tour01.onSlide{
  height:20px;
  padding:30px 20px 0px;    
  box-shadow: 2px 1px 7px #999;
}
.tour_wrap .tour01 .tour_img01,
.tour_wrap .tour01 .point_con,
.tour_wrap .tour01 .book_btn{
  display:block;
}

.tour_wrap .tour01.onSlide .tour_img01,
.tour_wrap .tour01.onSlide .point_con,
.tour_wrap .tour01.onSlide .book_btn{
  display: none;
}
.tour_wrap .tour01 button.top_slide{
  width:20px;
  height:20px;
  position:absolute;
  left:50%;
  top:3px;
  transform: translateX(-50%);
  background:url(../images/arrow-down.svg) center no-repeat;
  background-size:15px;
}
.tour_wrap .tour01 button.top_slide.onSlide{
  background:url(../images/arrow-up.svg) center no-repeat;
  background-size:15px;
}


.tour_wrap .tour01.map{

}
.tour_wrap .tour01.map .point_con ul li{
  border:0;
  padding:0;
}
.tour_wrap .tour01.map .point_con .sales_time .time_time{
  display:flex;
  gap:3px;
  align-items: center;
  background:url('../images/ic_clock_red.svg') left 1px no-repeat;
  background-size:18px;
  padding-left:20px;
}
.tour_wrap .tour01.map .point_con .sales_time .time_time p,
.tour_wrap .tour01.map .point_con .sales_time .time_time span
.tour_wrap .tour01.map .servi_icon li img{
  margin-bottom:0;
}

.tour_wrap .tour01.map .point_con .sales_time .time_time span{
  font-size:14px;
  color: var(--redec);
}

.tour_wrap .tour01.map .point_con .sales_time .time_time p .close{
    color: var(--redec);
}
.tour_wrap .tour01.map .point_con .sales_time .time_time p span{
    display:inline-flex;
    gap:3px;
    align-items: center;
    font-size:14px;
}
.tour_wrap .tour01.map .point_con .sales_time + p span {
  display:flex;
  gap:3px;
  align-items: center;
  font-size:14px;
}
.tour_wrap .tour01.map .point_con .sales_time + p span  i{
  width:16px;
  height:16px;
  display:inline-block;
}
.tour_wrap .tour01.map .point_con .sales_time + p span .i-lunch{
    background:url(../images/i-lunch.jpg?v=2) center no-repeat;
    background-size:100%;
}
.tour_wrap .tour01.map .point_con .sales_time + p span .i-breakfast{
    background:url(../images/i-breakfast.jpg?v=2) center no-repeat;
    background-size:100%;
}
.tour_wrap .tour01.map .point_con .sales_time + p span .i-dinner{
    background:url(../images/i-dinner.jpg?v=2) center no-repeat;
    background-size:100%;
}


/* ì˜¨ë¼ì¸ì˜ˆì•½íŒì—… */
.onlineBook{
}
.onlineBook h3{
font-weight: 500;
text-align: center;
}
.onlineBook .bookSite li{
margin-bottom:20px;
text-align: left;
}
.onlineBook .bookSite li a {
font-size:15px;
color:var(--gray44);
line-height: 30px;;
}
.onlineBook .bookSite li a img{
width:30px;
height:30px;
margin-right:10px;
}
.onlineBook p{
text-align: left;
color:var(--blue00);
border-top:var(--border-style);
}
/* //ì˜¨ë¼ì¸ì˜ˆì•½íŒì—… */


.tour_wrap .reser_btn{
  /* width:100%; */
  line-height:35px;
  padding:0 15px;
  background:var(--surfcolor);
  color:var(--whiteff);
  border-radius: 5px;
  position:absolute;
  right:20px;
  bottom:20px;
}
.tour_wrap .reser_btn.onSlide{
  bottom:-200%;
}


.tour_wrap .tour_img01{
  width:120px;
}
#poi_image img{
  width:100%;
  max-width:120px;
  height:120px;
  object-fit: cover;
  border-radius: 5px;;
}

.tour_wrap .point_con h3,
.tour_wrap .point_con h3 a,
.tour_wrap .point_con h3.poi_name a{
  font-size:18px;
  color:var(--black22);
  margin-bottom:6px;
  font-weight: 600;
  word-break: break-all;
}
.tour_wrap .point_con span,
.tour_wrap .point_con span.jp_name{
  font-size:16px;
  color:var(--gray44);
  margin-bottom:6px;
  display: block;
}
.tour_wrap .point_con p{
  font-size:14px;
  color:var(--gray66);
  margin-bottom:6px;
  line-height: 1.3;
}
.tour_wrap .point_con p.detail{
  line-height:1.3;
}
.tour_wrap .point_con p.poi_location{
  margin-bottom:0px;
  color: var(--gray8e);
}
.tour_wrap .point_con p.poi_location span{
  display: inline-block;
  color: var(--gray8e);
}
.tour_wrap .point_con p.tour_tel{
  text-decoration: none;;
}
.tour_wrap .point_con ul{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  margin-top:5px;
}
.tour_wrap .point_con ul li{
  padding:3px 8px;
  border:1px solid var(--graydd);
  border-radius: 20px;
  font-size:13px;
  color: var(--gray66);
}
.view_point .point_con ul li{
  padding:4px 10px;
  border:1px solid #ddd;
  border-radius: 50px;
  font-size:12px;
  color:var(--gray66);
}








.tag{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.tag span{
  padding:3px 8px;
  border:1px solid #ddd;
  border-radius: 20px;
  font-size:14px;
  color:var(--gray66);
}


.servi_icon{
  width:100%;
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  margin-top:8px;
}
.servi_icon li{
  vertical-align: top;
  font-size:13px;
  margin-bottom:6px;
  text-align: center;
}
.servi_icon li img{
  display:block;
  width:30px;
  height:30px;
  margin:0;
}

.tabs {
  margin:10px 0 20px;;
  display:flex;
}
.tabs li{
  flex:1;
  height:35px;
  line-height:35px;
  background:#f5f5f5;
  text-align: center;
  border-right:1px solid #e6e6e6;
}
.tabs li:first-of-type{
  border-radius: 5px 0 0 5px;;
}
.tabs li:last-of-type{
  border-radius: 0 5px 5px 0;
}
.tabs li a{
  color:#666;
  font-size:16px;
  font-weight: 600;
  display: block;;
}
.tabs li:last-child{
  border-right:0;
}
.tabs li.active{
  background:#222;
}
.tabs li.active a{
  color:#fff;
}

.map_view{
  width:calc(100% - 60px);
  max-width:580px;
  /* height:78vh; */
  max-height:calc(100% - 160px);
  height:calc(100vh - 132px);
  position:fixed;
  overflow:hidden;
  bottom:0;
}
.map_view iframe + div{
  border:0 !important;
}





  


.search_flex {
  }
  .search_flex > div{
    width:100%;
    padding:0px;
  }
  .select_conbox {
    display: flex;
    gap: 5px;
    margin-top: 5px;
  }
  .select_conbox select {
    height: 100%;
    font-size: 14px;
    color: #555;
    background: #fff url("../images/ico-down.svg") no-repeat calc(100% - 7px)
      50% / 10px;
    padding:0 7px;
  }
  .select_conbox > div {
    height: 35px;
    padding-left: 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .select_conbox .inwon {
    flex: 1;
    background: url(../images/search_icon01.jpg) 3px center no-repeat;
    background-size: 21px;
  }
  .select_conbox .calendar {
    flex: 1;
    background: url(../images/search_icon02.jpg) 3px center no-repeat;
    background-size: 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 21px;
    font-size: 14px;
    color: #555;
  }
  .select_conbox .calendar input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 14px;
    padding:0 7px;
  }
  .select_conbox .time {
    flex: 1;
    background: url(../images/search_icon03.jpg) 3px center no-repeat;
    background-size: 21px;
  }
  .submit_reset_box{
    display:flex;
    gap:5px;
  }
  .submit_reset_box .search_btn {
    padding: 7px 20px;
    background:var(--surfcolor);
    color:var(--whiteff);
    font-size: 14px;
    border-radius: 4px;
    width:calc(100% - 35px);
  }
  .submit_reset_box .reset_btn{
    width:30px;
    box-sizing: border-box;
    border:1px solid var(--surfcolor);
    color: var(--surfcolor);
    border-radius: 4px;
  }
  .submit_reset_box .reset_btn i{
    font-size:20px;
  }
  


.brand_store{
    width:100%;
}
.brand_store .brand_con{
    margin-bottom:20px;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}

.brand_store .brand_con .flex{
    display:flex;
    gap:10px;
}
.brand_store .brand_con:last-of-type{
    border-bottom:0;
    margin:0;
    padding:0;
}
.brand_store div.first{
    width:130px;
    height:130px
}
.brand_store div.first img{
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius: 5px;;
}
.brand_store > a + div.second{
    width:calc(100% - 130px);
}
.brand_store div.second{
    /* width:calc(100% - 130px); */
    width:100%;
}
.brand_store div.second h4{
    font-size:17px;
    font-weight: 700;
    color:#222;
    line-height:1.3;
    margin-bottom:5px;
}
.brand_store div.second h4 + span{
    font-size:15px;
    color:#666;
    display:block;
    font-weight: 400;
    margin-bottom:10px;
}
.brand_store div.second p.loca{
    font-size:13px;
    color:#444;
    margin-bottom:8px
}

.brand_store div.second p.loca span{
    display:inline-block;
}
.brand_store div.second p.desc{
    font-size:13px;
    color:#8e8e8e;
    line-height:1.3;
    word-break: keep-all;
    margin-bottom:8px;
}
.brand_store div.second .servi_time{
    width:100%;
    /* margin-bottom:8px; */
}
.brand_store div.second .servi_time p{
    font-size:13px;
    color:#8e8e8e;
    line-height:1.3;
    margin-bottom:0;
    display:flex;
    gap:0 6px;
    flex-wrap:wrap;
}
.brand_store div.second .servi_time p span{
    display:flex;
    gap:3px;
    align-items: center;
}
.brand_store div.second .servi_time p span i{
    width:15px;
    height:15px;
    display: inline-block;
}
.brand_store div.second .servi_time p span .i-breakfast{
    background:url(../images/i-breakfast.jpg?v=2) center no-repeat;
    background-size:100%;
}
.brand_store div.second .servi_time p span .i-lunch{
    background:url(../images/i-lunch.jpg?v=2) center no-repeat;
    background-size:100%;
}
.brand_store div.second .servi_time p span .i-dinner{
    background:url(../images/i-dinner.jpg?v=2) center no-repeat;
    background-size:100%;
}

.brand_con .servi_time{
    display:block;;
  }
.brand_con .servi_time p{
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    display: flex;
    align-items: center;
    gap:3px;;
}

.brand_con .servi_time .sales_time{
    margin-top:10px;
    width:100%;; 
  }
  .brand_con .servi_time .sales_time .time_time{
    display:flex;
    gap:3px;
    align-items: center;
}
.brand_con .servi_time .sales_time p.sales_time_detail{
    background:url(../images/ico-arrow-down.svg) 100% center no-repeat;
    padding-right:15px;
  }
.brand_con .servi_time .sales_time p .close,
.brand_con .servi_time .sales_time p .holiday{
  color:#ec463d;
}
.brand_con .servi_time .sales_time p .open{
  color:#01b453;
}
.brand_con .servi_time .sales_time p .ready{
  color:#ff7629;
}
.brand_con .servi_time .sales_time .time_time{
    display:flex;
    gap:3px;
    align-items: center;
  }


  .reser_time_btn_wrap{
    display:none;
  }
  .reser_time_btn{
    width:100%;
    display:flex;
    gap:7px;
    overflow-y: scroll;
  }
  .reser_time_btn::-webkit-scrollbar{
    width:5px;
  }
  .reser_time_btn::-webkit-scrollbar-track,
  .reser_time_btn::-webkit-scrollbar-thumb{
    background-color:transparent;
  }
  .reser_time_btn li{
    padding:10px 20px;
    border-radius: 50px;
    font-size:13px;
    color:#fff;
    background:var(--surfcolor);
  }
  .reser_time_btn li.on{
    background:var(--redec);
  }

@media (width <= 768px){
  .tour_wrap .point_con h3{
    font-size:16px;
  }
  .tour_wrap .point_con > span{
    font-size:14px;
}
}

@media (width <= 520px){
    .tabs li a{
        font-size:14px;
    }
    .tour_wrap .point_con h3{
        font-size:16px;
    }
    .tour_wrap .point_con > span{
        font-size:14px;
    }
    #poi_image img{
      width:110px;
      height:110px;
    }

}

@media (width <= 490px){
    .brand_store div.second .servi_time > div, 
    .brand_con .servi_time .sales_time .time_time{
        width:100%;
    }
    #poi_image img{
      width:90px;
      height:90px;
      object-fit: cover;
    }
    .tour_wrap .tour_img01{
        width:90px;
    }
    .tour_wrap .point_con{
        width: 100%;
    }
}
@media (width <= 480px){
  .tour01 button.book_btn{
    position:static;
    width:100%;
    margin-top:6px;
  }
}